When specifying accessible properties in ui files, it
is better to accept the same syntax for booleans as
elsewhere, so lets reuse this function.
string, value, error);
}
-static gboolean
+gboolean
_gtk_builder_boolean_from_string (const char *string,
gboolean *value,
GError **error)
const char *string,
guint *value,
GError **error);
+gboolean _gtk_builder_boolean_from_string (const char *string,
+ gboolean *value,
+ GError **error);
+
const char * _gtk_builder_parser_translate (const char *domain,
const char *context,
const char *text);